Add ARCore session integration with permission flow, energy optimization, and testing#2
Draft
cto-new[bot] wants to merge 1 commit intomainfrom
Conversation
…ion, image tracking, and tests Implements a comprehensive AR camera session with ARCore for Android, including permission flow, device compatibility validation, image tracking, energy/battery optimization, and robust error handling. Adds real-time status indicators and integrates state management using Riverpod. Includes exhaustive unit, widget, and integration tests for reliability and maintainability. This change is needed to deliver a robust, energy-efficient AR experience compliant with modern Android best practices, ensuring broad device support, user safety, and production readiness. - ARCore session lifecycle and image tracking integration - Android camera permission handling (runtime, lifecycle-aware) - Device compatibility and ARCore/min. Android checks - Energy optimization: idle detection, battery-aware scaling, sensor throttling - Extensive error handling and user feedback - 30+ unit/widget/integration tests for all flows - Architecture documentation and usage guides No breaking changes; Android 7+ required for AR. See docs for platform notes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements a full AR camera session for Android including ARCore integration, camera permission management, device compatibility checks, energy optimization, and a comprehensive test suite.
Details
Warning: Task VM test is not passing, cto.new will perform much better if you fix the setup